home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / lvarcat < prev    next >
Encoding:
Text File  |  1992-12-17  |  357 b   |  9 lines

  1.  
  2.  
  3.           lvarcat var string [string...]
  4.                This command treats each string argument as a list and
  5.                concatenates them to the end of the contents of var,
  6.                forming a a single list.  The list is stored back into
  7.                var and also returned as the result.  if var does not
  8.                exist, it is created.
  9.